Bookingpad Tomcat Installation Instructions ------------------------- 1. Download the Bookingpad_bin.zip file from www.bookingpad.com 2. Unzip the Bookingpad_bin.zip 3. Copy the ROOT directory into the webapps directory of your Tomcat instance (Note this will overwrite the existing ROOT directory) 4. Create a database (see Postgres and Mysql instructions) 5. Edit the file ROOT\WEB-INF\classes\hibernate.cfg.xml and set your database url, username and password 6. Edit the file ROOT\WEB-INF\classes\constant.properties and set smtp_host, server_name and scheme values 7. Start up tomcat and navigate to your Bookingpad install http://localhost:8080/engine/BookingEngine 8. Login with the username 'admin' and password 'changeit' 9. Change the password, logout and log back in.